home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Techniques / Examples by Thomas Tempelmann / Read Me - Thomas Tempelmann < prev   
Text File  |  1999-07-06  |  3KB  |  48 lines

  1. TT's Examples and Plugins for REALbasic
  2.  
  3. By Thomas Tempelmann, rb@tempel.org
  4.  
  5. My homepage with updates and even more RB related stuff:
  6.  
  7.             <http://www.tempel.org/rb/>
  8.  
  9. All included material herein is freeware. Use it as you like.
  10. (And if you have created some nice things, think about sharing them, too!)
  11.  
  12. Overview
  13.  
  14. Everything you find here by me comes with complete source code, and a lot of documentation.
  15.  
  16. Here's a short list of what you can find in there:
  17.  
  18. General
  19.  
  20. • Sort routines that can be used to sort any type of array (such as QuickSort)
  21. • Control and enhance the new ListBox Sorting featured in RB version 2.
  22. • Maintaining a menu with the list of the opened windows,
  23. • Asking the user if he wants to save his changes when closing a document window (CancelClose handling),
  24. • Displaying an About Box
  25. • Show a URL to your homepage or your email address that the user can click on (see any example's About Box).
  26. • A tutorial that explains how to make you code safer by using RB's Exception handling.
  27.  
  28. Plugins supporting special Mac OS features
  29.  
  30. • Save FolderItem references in files (like Preferences Files), using AliasRecords.
  31. • New methods in the MemoryBlock class, like Size, DoubleValue and better String access.
  32. • Hide the menu bar to get full screen access
  33. • Search very fast for files on your hard disks, similar to Sherlock.
  34. • Identify Mac volumes (VRefNums), getting and setting all flags of files and folders and more Volume/Folder/File related functions.
  35.  
  36.  
  37. Final words
  38.  
  39. Why do I do this? Well, I am a programmer for about 20 years and I see many beginners struggling with the complexity of Mac OS and with other "how to" tasks. So, I like to contribute my experiences to you so that you and your software can benefit from it, finally keeping the Macintosh a cool and enjoyable platform.
  40.  
  41. And another side note: Please realize that you get a lot of valuable stuff here from me and from many others, all for free!
  42. It takes a lot of work to prepare and it might not be considered worth it by many programmers that do have sharable code, too.
  43.  
  44. So, please acknowledge this gift from contributors like us by not taking it for granted but rather keeping in mind the work others spent to make it more comfortable for you. And if there's some programmers who ask for some money in exchange (in shareware, for instance), then please realize that you owe them something, too, if you use their work. If you don't pay for it, then take the consequences and stop using it. If you have still a problem paying for shareware, then consider this: You got our stuff for free in order to save some money that you can then give to others who want a little in exchange for their work.
  45.  
  46. Enjoy!
  47.   Thomas
  48.